home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / me3.12 / ue312dis.zoo / uemacs.312 / emacs.rc < prev    next >
Encoding:
Text File  |  1993-05-13  |  708 b   |  28 lines

  1. ; emacs.rc: Startup file for MicroEMACS 3.12, EvG 930510
  2.  
  3. ;
  4. ; Modify some bindings to tmacs style
  5. ;
  6. bind-to-key    i-shell                ^C
  7. bind-to-key    delete-previous-word        M-H
  8. bind-to-key    query-replace-string        M-Q
  9.  
  10. unbind-key                    ^XR
  11. bind-to-key    reverse-incremental-search    ^R
  12. unbind-key                    ^XS
  13. bind-to-key    incremental-search        ^\
  14. unbind-key                    ^Q
  15. bind-to-key    quote-character            ^Z
  16. unbind-key                    ^X^S
  17. bind-to-key    save-file            ^XS
  18.  
  19. unbind-key                    ^S
  20.  
  21. ;
  22. ; Setup the keypad functions
  23. ;
  24. bind-to-key beginning-of-file        FND    ; <Clr Home>
  25. bind-to-key end-of-file            FN^D    ; <Control>/<Clr Home>
  26. bind-to-key next-page            FN^N    ; <Control>/<down arrow>
  27. bind-to-key previous-page        FN^P    ; <Control>/<up arrow>
  28.